(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <proto/exec.h>
void UserState()
SYNOPSIS
APTR sysStack
LOCATION
In SysBase at offset 26
FUNCTION
Return to user mode after a call to SuperState().
INPUTS
sysStack
The return value from SuperState()
RESULT
The system will be back to normal.
NOTES
EXAMPLE
BUGS
SEE ALSO
SuperState()
,
Supervisor()
INTERNALS
Undo SuperState()
HISTORY
05.08.1997 iaint
Kernel Changes - These are mostly functions which are normally implemented by the kernel, but might not be.